Package com.cisco.pt.ipc.sim
Interface BVI
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
BVIImpl
Information provided by the PKI file:
\class BVI
\brief BVI handles and manipulates the individual BVI.
\example network().getDevice("Router0").getEmbeddedCiscoDevice().getProcess("BVIManager").getBVIAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getName()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getName
String getName()Information provided by the PKI file:
\brief Returns the name of this BVI. \return string, the name of this BVI.- Returns:
- String Returns a String
-
getBVINumber
int getBVINumber()Information provided by the PKI file:
\brief Returns the BVI number of this BVI. \return int, the BVI number of this BVI.- Returns:
- int Returns a int
-